home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 141
/
(Vol 141) Oct 17 2011.iso
/
Games
/
fire-man.swf
/
scripts
/
frame_2405
/
PlaceObject2_333_3
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2011-10-17
|
435 b
|
32 lines
onClipEvent(enterFrame){
if(begin)
{
wait = true;
begin = false;
c = 0;
}
if(wait)
{
c++;
if(c > DELAY)
{
wait = false;
hide = true;
}
}
if(hide)
{
play();
}
if(_root.reveal)
{
this.gotoAndStop("reveal");
_root.reveal = false;
reveal = true;
}
if(reveal)
{
play();
}
}